home *** CD-ROM | disk | FTP | other *** search
-
- /* srgp_input.c */
- void SRGP__initInputModule(void);
- void SRGP_setInputMode(inputDevice, inputMode);
- inputDevice SRGP_waitEvent(int);
- void SRGP_getLocator(srgp__locator_measure *);
- void SRGP_getDeluxeLocator(srgp__deluxe_locator_measure *);
- void SRGP_getKeyboard(char *, int);
- void SRGP_getDeluxeKeyboard(srgp__deluxe_keyboard_measure *);
- void SRGP_setLocatorMeasure(point);
- void SRGP_setKeyboardMeasure(char *);
- void SRGP_setLocatorEchoType(echoType);
- void SRGP_setLocatorEchoCursorShape(int);
- void SRGP_setLocatorEchoRubberAnchor(point);
- void SRGP_setLocatorButtonMask(int);
- void SRGP_setKeyboardProcessingMode(keyboardMode);
- void SRGP_setKeyboardEchoColor(int);
- void SRGP_setKeyboardEchoOrigin(point);
- void SRGP_setKeyboardEchoFont(int);
- void SRGP_sampleLocator(srgp__locator_measure *);
- void SRGP_sampleDeluxeLocator(srgp__deluxe_locator_measure *);
- void SRGP_sampleKeyboard(char *, int);
- void SRGP_sampleDeluxeKeyboard(srgp__deluxe_keyboard_measure *);
-